home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: EU.net!sun4nl!hguijt
- From: hguijt@inter.NL.net (Hans Guijt)
- Subject: Re: Screen Problem in C.
- Message-ID: <DLE6wv.7FB@inter.NL.net>
- Organization: NLnet
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Thu, 18 Jan 1996 19:46:07 GMT
-
-
- Christoph Feck (sn253fe@e45-hrze.uni-duisburg.de) wrote:
- >if (screen->ViewPort.Flags & VP_HIDE)
- >{
- > /* screen totally obscured by other screens */
- >}
- >else
- >{
- > /* screen (at least partially) visible */
- >}
-
- I read another post implying this is not correct, can someone shed more
- light on the subject? If this is ok it would be nice for fMSX's Quiet mode
- (which only updates the screen when the user is looking at it - currently
- this is determined by looking at window activation/deactivation messages; I
- am not completely happy with it and this would be the ideal solution).
-
-
- Bye,
-
- Hans
-
-